Skip to content

Commit

Permalink
Merge pull request #10 from yngwi/master
Browse files Browse the repository at this point in the history
Clean up unused properties and classes
  • Loading branch information
yngwi authored Oct 27, 2021
2 parents f67a52a + 20889de commit 02b14ff
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions core.owl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="http://purl.org/nampi/owl/core">
<owl:versionIRI rdf:resource="http://purl.org/nampi/owl/core/0.1.0"/>
<owl:versionIRI rdf:resource="http://purl.org/nampi/owl/core/0.1.1"/>
</owl:Ontology>


Expand Down Expand Up @@ -166,17 +166,6 @@



<!-- http://purl.org/nampi/owl/core#has_online_source -->

<owl:ObjectProperty rdf:about="http://purl.org/nampi/owl/core#has_online_source">
<rdfs:subPropertyOf rdf:resource="http://purl.org/nampi/owl/core#has_source"/>
<rdfs:domain rdf:resource="http://purl.org/nampi/owl/core#online_resource"/>
<rdfs:range rdf:resource="http://purl.org/nampi/owl/core#online_source"/>
<rdfs:label xml:lang="en">has online source</rdfs:label>
</owl:ObjectProperty>



<!-- http://purl.org/nampi/owl/core#has_other_participant -->

<owl:ObjectProperty rdf:about="http://purl.org/nampi/owl/core#has_other_participant">
Expand Down Expand Up @@ -523,16 +512,6 @@



<!-- http://purl.org/nampi/owl/core#has_url -->

<owl:DatatypeProperty rdf:about="http://purl.org/nampi/owl/core#has_url">
<rdfs:subPropertyOf rdf:resource="http://purl.org/nampi/owl/core#has_text"/>
<rdfs:label xml:lang="en">has URL</rdfs:label>
<rdfs:label xml:lang="en">has value</rdfs:label>
</owl:DatatypeProperty>



<!-- http://purl.org/nampi/owl/core#has_value -->

<owl:DatatypeProperty rdf:about="http://purl.org/nampi/owl/core#has_value">
Expand Down Expand Up @@ -657,15 +636,6 @@ Towards an Integrated Approach, in: Digital Scholarship in the Humanities 30 (20



<!-- http://purl.org/nampi/owl/core#online_resource -->

<owl:Class rdf:about="http://purl.org/nampi/owl/core#online_resource">
<rdfs:subClassOf rdf:resource="http://purl.org/nampi/owl/core#source_location"/>
<rdfs:label xml:lang="en">Online resource</rdfs:label>
</owl:Class>



<!-- http://purl.org/nampi/owl/core#online_source -->

<owl:Class rdf:about="http://purl.org/nampi/owl/core#online_source">
Expand Down

0 comments on commit 02b14ff

Please sign in to comment.