SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

optional service
In the context of public procurement within the FDFA/SDC, an additional service that a bidder may be asked to provide on top of the \hcore service\s if their bid is successful.
Competence Centre for Contracts and Procurement, [Procurement Manual](https://www.collaboration.eda.admin.ch/en/Documents/Handbuch-Beschaffungswesen2-Ausschreibungsverfahren_EN.pdf) 2/2, 1.2015.
The awarding entity can reserve the right in an invitation to tender to award optional services to the same bidder. The entity is obliged to specify the amount of services, the estimated date they will be used, and theapplicable conditions. They must include optional services when both determining the value of the mandate and taking into account the probability of the services being used when evaluating bids. The bidder has no enforceable claim to providing these optional services but must offer them at the same conditions as the core service. Optional services in MPIs correspond to the follow-up mandates for the second and third project phases. The total duration must not exceed 12 years.
Based on FDFA Competence Centre for Contracts and Procurement, [Procurement Manual](https://www.collaboration.eda.admin.ch/en/Documents/Handbuch-Beschaffungswesen2-Ausschreibungsverfahren_EN.pdf) 2/2, 1.2015, p. 9.
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Outgoing Relationships: No results found.
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
has part option
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.