http://purl.org/dc/terms/format leaf node


URI

http://purl.org/dc/terms/format

Label

hasFormat

Description

The format (i.e. file type) in which the output of a Thematic Network has been made available.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) http://purl.org/dc/terms/format owl:Thing (inferred)

Implementation

@prefix : <https://euraknos.eu/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://purl.org/dc/terms/format> a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasFormat"@en ;
    rdfs:comment "The format (i.e. file type) in which the output of a Thematic Network has been made available."@en ;
    owl:inverseOf :isFormatOf .