solveit-tool-profile:publishedBy leaf node


URI

https://ontology.solveit-df.org/solveit/tool-profile/publishedBy

Label

published by

Description

The name of the party that published this profile.

Usage

DOMAINPROPERTYRANGE
solveit-tool-profile:ToolCapabilityProfile solveit-tool-profile:publishedBy xsd:string

Implementation

@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 .