OntologyClass talk:Blazon: Difference between revisions
From Mediawiki1
Jump to navigationJump to search
(Created page with 'https://github.com/dbpedia/mappings-tracker/issues/11 The ontology says: :Blazon a owl:Class ; rdfs:label "Blazon"@en , "οικόσημο"@el , "Wappen"@de ; rdfs:subClas...') |
No edit summary |
||
Line 4: | Line 4: | ||
:Blazon a owl:Class ; | :Blazon a owl:Class ; | ||
rdfs:label "Blazon"@en , "οικόσημο"@el , "Wappen"@de ; | |||
rdfs:subClassOf owl:Thing , dul:InformationEntity . | |||
:blazon a owl:DatatypeProperty , rdf:Property ; | :blazon a owl:DatatypeProperty , rdf:Property ; | ||
rdfs:label "blazon"@en , "Wappen"@de ; | |||
rdfs:range xsd:string . | |||
:blazonLink a owl:DatatypeProperty , rdf:Property ; | :blazonLink a owl:DatatypeProperty , rdf:Property ; | ||
rdfs:label "blazon link"@en ; | |||
rdfs:range xsd:string . | |||
I have these questions: | I have these questions: |
Latest revision as of 15:26, 9 January 2015
https://github.com/dbpedia/mappings-tracker/issues/11
The ontology says:
:Blazon a owl:Class ; rdfs:label "Blazon"@en , "οικόσημο"@el , "Wappen"@de ; rdfs:subClassOf owl:Thing , dul:InformationEntity . :blazon a owl:DatatypeProperty , rdf:Property ; rdfs:label "blazon"@en , "Wappen"@de ; rdfs:range xsd:string . :blazonLink a owl:DatatypeProperty , rdf:Property ; rdfs:label "blazon link"@en ; rdfs:range xsd:string .
I have these questions:
- Is blazonLink intended to be an image URL or a wikipedia URL?
- how can class Blazon be used? Both properties have range string, so nothing points to Blazon. What properties would it have?
--VladimirAlexiev 14:25, 9 January 2015 (UTC)