Skip to content

Commit

Permalink
Move to .NET Core (#3)
Browse files Browse the repository at this point in the history
* first step in migrating to .NET Core

* improve generating vocabs based on SIOC

* make transformation work for Schema

* appy new code generation to the rest of vocabs

* remove Hydra.cs

* recreate vocabulary cs before build

* build only master

* fix script command

* run scripty from right working dir

* tweak build

* update metadata

* set version in build

* fix env variable

* fix pack command

* fix output path for pack command

* make scripty part of build

thanks @colin-young, it works :)

* Revert "make scripty part of build"

This reverts commit e734c0a.

* and actually, it only works with MSBuild
  • Loading branch information
tpluscode authored Feb 9, 2017
1 parent 84c585c commit e5f53da
Show file tree
Hide file tree
Showing 28 changed files with 404 additions and 401 deletions.
29 changes: 29 additions & 0 deletions Rdf.Vocabularies.Next.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{A1582D21-98E2-4B73-97ED-5444FAE9116C}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
paket.dependencies = paket.dependencies
paket.lock = paket.lock
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Rdf.Vocabularies", "Rdf.Vocabularies\Rdf.Vocabularies.xproj", "{B549D5C4-7D1D-4A62-87A9-6B0A2115AF59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B549D5C4-7D1D-4A62-87A9-6B0A2115AF59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B549D5C4-7D1D-4A62-87A9-6B0A2115AF59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B549D5C4-7D1D-4A62-87A9-6B0A2115AF59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B549D5C4-7D1D-4A62-87A9-6B0A2115AF59}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
1 change: 1 addition & 0 deletions Rdf.Vocabularies/BIBO.owl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<rdf:RDF
xml:base="http://purl.org/ontology/bibo/"
xmlns="http://purl.org/ontology/bibo/"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:status="bibo:status/"
Expand Down
6 changes: 0 additions & 6 deletions Rdf.Vocabularies/Bibo.tt

This file was deleted.

6 changes: 0 additions & 6 deletions Rdf.Vocabularies/DC.tt

This file was deleted.

6 changes: 0 additions & 6 deletions Rdf.Vocabularies/DCTerms.tt

This file was deleted.

6 changes: 0 additions & 6 deletions Rdf.Vocabularies/FOAF.tt

This file was deleted.

290 changes: 0 additions & 290 deletions Rdf.Vocabularies/Hydra.cs

This file was deleted.

2 changes: 1 addition & 1 deletion Rdf.Vocabularies/Hydra.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdfs:range rdf:resource="http://www.w3.org/ns/hydra/core#IriTemplateMapping"/>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/hydra/core">
<rdf:Description rdf:about="http://www.w3.org/ns/hydra/core#">
<cc:license rdf:resource="http://creativecommons.org/licenses/by/4.0/"/>
<rdfs:label>The Hydra Core Vocabulary</rdfs:label>
<vann:preferredNamespacePrefix>hydra</vann:preferredNamespacePrefix>
Expand Down
6 changes: 0 additions & 6 deletions Rdf.Vocabularies/Hydra.tt

This file was deleted.

Loading

0 comments on commit e5f53da

Please sign in to comment.