@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix aa: <https://agentaccess.dk/ontology#> .

<https://agentaccess.dk/bilbasen> a schema:SoftwareApplication ;
  schema:name "Bilbasen & Bilinfo API"@en, "Bilbasen & Bilinfo API"@da ;
  schema:description "Danish automotive marketplace and vehicle inventory APIs for car listings, valuations, and dealer syndication."@en ;
  schema:description "Danmarks største bilmarkedsplads og køretøjs-API til bilannoncer, vurderinger og forhandlersynkronisering."@da ;
  dcterms:description "Bilbasen (part of Vend, alongside DBA) is Denmark's leading automotive marketplace. Machine and agent access is officially governed through the Bilinfo API Hub (developer.bilinfo.net). The platform provides structured REST APIs including the Listing API (retrieving vehicle inventory and pricing data in JSON/XML), Car API (programmatic creation and updating of car listings across Bilbasen and DBA), Model Catalog API (vehicle technical specifications and VIN lookup), and Vehicle Valuation API. Access requires a commercial partnership or B2B developer subscription with Bilinfo."@en ;
  dcterms:description "Bilbasen (en del af Vend, sammen med DBA) er Danmarks største markedsplads for biler. Maskinel agent- og systemadgang administreres officielt gennem Bilinfo API Hub (developer.bilinfo.net). Platformen udstiller REST API'er herunder Listing API (hentning af bilannoncer og prisdata i JSON/XML), Car API (oprettelse og vedligeholdelse af salgsannoncer på Bilbasen og DBA), Model Catalog API (tekniske specifikationer og stelnummeropslag) samt Vehicle Valuation API til markedspriser. Adgang kræver B2B-aftale eller forhandlerabonnement hos Bilinfo."@da ;
  schema:url <https://developer.bilinfo.net> ;
  schema:documentation <https://developer.bilinfo.net> ;
  aa:category "api" ;
  aa:sector "ecommerce" ;
  aa:accessType "restricted" ;
  aa:authRequirement "restricted" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-09-01"^^xsd:date ;
  dcterms:issued "2026-09-01"^^xsd:date ;
  dcat:keyword "automotive" ;
  dcat:keyword "cars" ;
  dcat:keyword "bilbasen" ;
  dcat:keyword "bilinfo" ;
  dcat:keyword "dealer-inventory" ;
  dcat:keyword "vehicle-valuation" ;
  dcat:keyword "dba" ;
  dcat:keyword "biler" ;
  dcat:keyword "bilannoncer" ;
  dcat:keyword "bilvurdering" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  aa:agentCapability "write" ;
  aa:agentCapability "export" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .
