https://ontology.solveit-df.org/solveit/tool-profile/publishedBy
The name of the party that published this profile.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-tool-profile:ToolCapabilityProfile | solveit-tool-profile:publishedBy | xsd:string |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-tool-profile: <https://ontology.solveit-df.org/solveit/tool-profile/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
solveit-tool-profile:publishedBy a owl:DatatypeProperty ;
rdfs:label "published by"@en ;
rdfs:comment "The name of the party that published this profile."@en ;
rdfs:domain solveit-tool-profile:ToolCapabilityProfile ;
rdfs:range xsd:string .